home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / System / Datatypes / WarpJPEGdt / WarpJPEGdt.readme < prev   
Encoding:
Text File  |  2001-08-28  |  2.3 KB  |  74 lines

  1. Short:    JFIF-JPEG datatype V44.23 (68k,WarpOS,MorphOS)
  2. Author:   oliver@futaura.co.uk (Oliver Roberts)
  3. Uploader: oliver@futaura.co.uk (Oliver Roberts)
  4. Version:  44.23
  5. Type:     util/dtype
  6. Requires: OS 3.0+,picture.datatype v43+
  7.  
  8. Changes since previous release:
  9.  
  10.  - Added greyscale output mode option.
  11.  - Fixed bug in memory manager, which could have caused crashes under
  12.    certain low memory conditions.
  13.  - Now supports the PDTA_GetNumPictures and PDTA_WhichPicture tags.
  14.  - Discovered a bug in the CyberGraphX picture.datatype, concerning
  15.    error numbers which would have resulted in an unknown error being
  16.    reported by application software if bitmap allocation failed - added
  17.    workaround.
  18.  
  19.  
  20. FEATURES
  21.  
  22.  - Supports regular JFIF files, and also many JPEG variant formats such
  23.    as Exif, Adobe, Photoshop, Mavi, Windows, JCCK/CMYK colorspace files
  24.    and other less common formats
  25.  
  26.  - Supports both normal and progressive JPEG files
  27.  
  28.  - Full true colour (24-bit) and high quality reduced colour (256 colours
  29.    or less) and greyscale output modes, for graphics cards and native Amiga
  30.    displays respectively
  31.  
  32.  - Highly optimized datatype dispatch engine, and fast JPEG decoder,
  33.    resulting in a very efficient, compact and quick JPEG datatype
  34.  
  35.  - Asynchronous file i/o and double buffering techniques (WarpOS only),
  36.    which speeds up image decoding
  37.  
  38.  - Optimized versions for 68020, 030, 040 and 060
  39.  
  40.  - PowerPC support with native WarpOS and native MorphOS versions
  41.  
  42.  - Alter the pen allocation precision when images are remapped to an
  43.    8-bit display
  44.  
  45.  - Specific support for the OS 3.5/3.9 picture.datatype, when available
  46.  
  47.  - The dithering feature of the OS 3.5/3.9 picture.datatype can be
  48.    configured to your liking (e.g. disabled for 15/16-bit displays)
  49.  
  50.  
  51. REQUIREMENTS
  52.  
  53. WarpJPEG is a JFIF/JPEG datatype which utilizes and requires the following:
  54.  
  55.  - Kickstart 3.0 or higher
  56.  - picture.datatype v43 or higher
  57.    (i.e. either of the ones supplied with AmigaOS 3.5/3.9, P96 or CGraphX)
  58.  
  59.  68k version
  60.  
  61.  - 68020 processor or higher (optimized versions included)
  62.  
  63.  WarpOS version
  64.  
  65.  - PPC accelerator card + 68040/060
  66.  - WarpUp Release 4 (powerpc.library V15) or higher
  67.  
  68.  MorphOS version
  69.  
  70.  - PPC accelerator card
  71.  - MorphOS beta release 1 or higher
  72.  
  73. Note that a graphics card is not necessary.
  74.